home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / ms_dos.622 / drvspace.in_ / drvspace.bin
Text File  |  1994-05-31  |  3KB  |  105 lines

  1. ; Microsoft DriveSpace Setup Information File
  2. ;
  3. ; This file customizes the behavior of DriveSpace when it is compressing
  4. ; existing drives or creating new drives.
  5.  
  6. ;
  7. ; Commands under [SpecialFiles] indicate actions to be taken for specific
  8. ; files; the options are COPY=filename, IGNORE=filename, and MOVE=filename.
  9. ; Without a path, any file of that name will match; wildcards (?, *) are
  10. ; acceptable.
  11. ;
  12. ;   COPY=
  13. ;     Specified file(s) are copied to compresed drive, and left behind on the
  14. ;     uncompressed drive.
  15. ;
  16. ;   IGNORE=
  17. ;     Specified file(s) are left behind on the uncompressed drive.
  18. ;
  19. ;   MOVE=
  20. ;     Specified file(s) are moved to the compressed drive.  This is the
  21. ;     default behavior for all files, except those with the SYSTEM attribute.
  22. ;
  23. [SpecialFiles]
  24. ;
  25. ;  The following two exceptions are for Microsoft Chart, French version:
  26.  
  27.    MOVE=MC.COM
  28.    MOVE=MCA
  29.  
  30. ;
  31. ;  The following two exceptions are for Microsoft Multiplan, French version:
  32. ;
  33.  
  34.    MOVE=PLAN.COM
  35.    MOVE=MPA
  36.  
  37. ;
  38. ;  The following two exceptions are for Microsoft Word, French version:
  39. ;
  40.  
  41.    MOVE=MW.COM
  42.    MOVE=MWA
  43.  
  44. ;
  45. ;  The following exception is for Norton Anti-Virus:
  46. ;
  47.  
  48.    COPY=NAV_.SYS
  49. ;
  50. ;  The next two are for drivers required to access the hard disk, whose 
  51. ;  absence could cause data loss [rather than refused access]
  52. ;  if they were not loaded during recovery from an unexpected reboot
  53. ;  while compressing a drive.
  54. ;
  55.    COPY=ASPI4DOS.SYS
  56.    COPY=USPI14.SYS
  57.  
  58. ;
  59. ; Programs under [CopyFiles] are optional utilities that will be left on the
  60. ; original boot drive if there is enough space.
  61. ;
  62. [CopyFiles]
  63.    MSD.EXE
  64.    MEM.EXE
  65.  
  66. ;
  67. ; Programs under [dangerous] will be REM'ed out of config.sys during
  68. ; DriveSpace Setup, and will be restored when Setup is complete.
  69. ;
  70. [Dangerous]
  71.    PROTMAN
  72.    WORKGRP
  73.    UBNEI
  74.    UBXPS
  75.    ELNKII
  76.    INTERLNK
  77.    MC.SYS
  78.    FASTOPEN
  79.  
  80. ;
  81. ; Programs under [prior] will have DEVICEHIGH=DRVSPACE.SYS placed -before-
  82. ; them in config.sys.  This is done to avoid memory incompatibilities.
  83. ; Note that it is okay to have multiple DRVSPACE.SYS lines in config.sys;
  84. ; any redundant loads are ignored.
  85. ;
  86. [Prior]
  87.    PROTMAN
  88.  
  89. ;
  90. ; [Fragments] accepts two lines:  Initial=#### and Addition=#### .  Initial
  91. ; is the number of fragments which will be allowed during SETUP; Addition is
  92. ; the number of fragments we allow, above that which is currently in use,
  93. ; at all other times with DriveSpace.
  94. ;
  95. [Fragments]
  96.    Initial=10000
  97.    Addition=110
  98.  
  99. [UncompressSpecial]
  100.  DONTCOPY=DBLSPACE.INI
  101.  DONTCOPY=DBLSPACE.BIN
  102.  DONTCOPY=DRVSPACE.INI
  103.  DONTCOPY=DRVSPACE.BIN
  104.  
  105.